projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d7c93b
)
Docs: Update an example to use current API
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 16 May 2014 12:24:37 +0000
(08:24 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 16 May 2014 12:25:20 +0000
(08:25 -0400)
gtk/gtkwindow.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwindow.c
b/gtk/gtkwindow.c
index 80e96d86a6e894b91375b538d2b04ec6e6a49c53..bc3d884673ba41f14def3805b76dad10bb580a2d 100644
(file)
--- a/
gtk/gtkwindow.c
+++ b/
gtk/gtkwindow.c
@@
-11487,8
+11487,7
@@
gtk_XParseGeometry (const char *string,
* gtk_init (&argc, &argv);
*
* window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
- * vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL,
- * FALSE, 0);
+ * vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
*
* gtk_container_add (GTK_CONTAINER (window), vbox);
* fill_with_content (vbox);